ComponentOne Xamarin Edition
C1SelectManyCollectionView<S,T> Constructor
C1.CollectionView Assembly > C1.CollectionView Namespace > C1SelectManyCollectionView<S,T> Class : C1SelectManyCollectionView<S,T> Constructor
The source.
Select many function which converts a source item into an item of this collection view.
Initializes a new instance of the C1SelectManyCollectionView<S,T> class.
Syntax
public C1SelectManyCollectionView<S,T>( 
   IEnumerable source,
   Func<int,S,IReadOnlyList<T>> selectMany
)

Parameters

source
The source.
selectMany
Select many function which converts a source item into an item of this collection view.
See Also

Reference

C1SelectManyCollectionView<S,T> Class
C1SelectManyCollectionView<S,T> Members